3.16.89 \(\int (\frac {1}{x^5}+x+x^5) \, dx\)

Optimal. Leaf size=22 \[ \frac {x^6}{6}-\frac {1}{4 x^4}+\frac {x^2}{2} \]

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 22, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 0, integrand size = 8, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \begin {gather*} \frac {x^6}{6}+\frac {x^2}{2}-\frac {1}{4 x^4} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[x^(-5) + x + x^5,x]

[Out]

-1/(4*x^4) + x^2/2 + x^6/6

Rubi steps

\begin {align*} \int \left (\frac {1}{x^5}+x+x^5\right ) \, dx &=-\frac {1}{4 x^4}+\frac {x^2}{2}+\frac {x^6}{6}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 22, normalized size = 1.00 \begin {gather*} \frac {x^6}{6}-\frac {1}{4 x^4}+\frac {x^2}{2} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[x^(-5) + x + x^5,x]

[Out]

-1/4*1/x^4 + x^2/2 + x^6/6

________________________________________________________________________________________

IntegrateAlgebraic [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \left (\frac {1}{x^5}+x+x^5\right ) \, dx \end {gather*}

Verification is not applicable to the result.

[In]

IntegrateAlgebraic[x^(-5) + x + x^5,x]

[Out]

IntegrateAlgebraic[x^(-5) + x + x^5, x]

________________________________________________________________________________________

fricas [A]  time = 1.28, size = 17, normalized size = 0.77 \begin {gather*} \frac {2 \, x^{10} + 6 \, x^{6} - 3}{12 \, x^{4}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x^5+x+x^5,x, algorithm="fricas")

[Out]

1/12*(2*x^10 + 6*x^6 - 3)/x^4

________________________________________________________________________________________

giac [A]  time = 0.81, size = 16, normalized size = 0.73 \begin {gather*} \frac {1}{6} \, x^{6} + \frac {1}{2} \, x^{2} - \frac {1}{4 \, x^{4}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x^5+x+x^5,x, algorithm="giac")

[Out]

1/6*x^6 + 1/2*x^2 - 1/4/x^4

________________________________________________________________________________________

maple [A]  time = 0.00, size = 17, normalized size = 0.77 \begin {gather*} \frac {x^{6}}{6}+\frac {x^{2}}{2}-\frac {1}{4 x^{4}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/x^5+x+x^5,x)

[Out]

-1/4/x^4+1/2*x^2+1/6*x^6

________________________________________________________________________________________

maxima [A]  time = 1.08, size = 16, normalized size = 0.73 \begin {gather*} \frac {1}{6} \, x^{6} + \frac {1}{2} \, x^{2} - \frac {1}{4 \, x^{4}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x^5+x+x^5,x, algorithm="maxima")

[Out]

1/6*x^6 + 1/2*x^2 - 1/4/x^4

________________________________________________________________________________________

mupad [B]  time = 0.03, size = 17, normalized size = 0.77 \begin {gather*} \frac {2\,x^{10}+6\,x^6-3}{12\,x^4} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x + 1/x^5 + x^5,x)

[Out]

(6*x^6 + 2*x^10 - 3)/(12*x^4)

________________________________________________________________________________________

sympy [A]  time = 0.08, size = 15, normalized size = 0.68 \begin {gather*} \frac {x^{6}}{6} + \frac {x^{2}}{2} - \frac {1}{4 x^{4}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x**5+x+x**5,x)

[Out]

x**6/6 + x**2/2 - 1/(4*x**4)

________________________________________________________________________________________